/* 实时新闻 */
.real-time-wrap {
    margin: 0 auto;
    width: 1280px;
    background: #fff;
    height: 110px;
    box-shadow: 0px 2px 15px rgba(5, 14, 34, 0.06);
}
.real-time-news {
    margin: 0 auto;
    width: 1020px;
    padding-top: 15px;
    text-align: center;
}
.real-time-news a {
    font-size: 27px;
    color: #333;
}
.real-time-more {
    right: 10px;
    top: 0px;
}
.real-time-more a {
    color: #999999;
    font-size: 12px;
}
.real-news-close {
    color: #235BC8;
    font-size: 18px;
    position: relative;
    top: 1px;
}
.real-news {
    width: 750px;
    margin: 10px auto 0 auto;
}
.real-news a {
    width: 350px;
    color: #235BC8;
    font-size: 16px;
    display: inline-block;
}
/* 轮播图 */
.carousel-wrap {
    flex: 0 0 600px;
    margin-right: 20px;
    /* width: 600px; */
}
.carousel-wrap ul li img {
    width: 600px;
    height: 340px;
}
.carousel-left {
    cursor: pointer;
    left: 15px;
    top: 153px;
    z-index: 10;
}
.carousel-right {
    cursor: pointer;
    right: 15px;
    top: 153px;
    z-index: 10;
}
.banner-left,
.banner-right {
    cursor: pointer;
    right: 15px;
    top: 76px;
    z-index: 10;
}
.banner-left {
    left: 15px;
}
.carousel-title-wrap {
    height: 30px;
    line-height: 30px;
    bottom: 4px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 10px;
}
.carousel-title-wrap a {
    padding-left: 10px;
    display: inline-block;
    color: #fff;
    width: 382px;
}
.carousel-index {
    position: relative;
    top: -4px;
    width: 20px;
    height: 3px;
    background: #FFFFFF;
    opacity: 0.5;
    display: inline-block;
}
.carousel-hover {
    opacity: 1;
}
.carousel-index-wrap {
    padding-left: 22px;
    width: 186px;
    right: 0px;
    bottom: 4px;
    z-index: 10;
    height: 30px;
    line-height: 30px;
    background: rgba(0,0,0,0.3);
}
.carousel-index-wrap li {
    margin-right: 5px;
    display: inline-block;
}
.carousel-index-wrap li a {
    cursor: pointer;
}
/* 工作动态 */
.home-work-wrap {
    flex: 1 0 auto;
}
.news-content .news-title-name {
    width: 490px;
}
/* banner */
.banner-wrap img {
    margin: 30px 0;
    width: 1240px;
    height: 130px;
}
.home-img-wrap {
    margin-top: 20px;
    background: #F8F8F8;
}
.home-img-wrap .home-img-left {
    padding: 60px 20px 0 40px;
    width: 580px;
}
.home-img-wrap .home-img-left img {
    margin: 13px;
}
.home-img-wrap .home-img-right {
    margin-top: 22px;
}
.dynamic-change,
.file-change,
.region-dynamic,
.region-file {
    cursor: pointer;
}